home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 2: CDPD 1
/
Almathera Ten on Ten - Disc 2: CDPD 1.iso
/
pd
/
351-375
/
367
/
hyperdialer
/
deinstall
next >
Wrap
Text File
|
1995-03-14
|
546b
|
24 lines
echo
echo "HyperDialer Removal"
echo "------------------------------------------------------------------"
echo "This script will REMOVE HyperDialer from your C: directory and"
echo "the 2 support files from your S: directory. "
echo
echo "WARNING: This program will delete HyperDialer!"
echo
echo "Do you wish to continue (Y/N) " NOLINE
ask
failat 20
IF WARN
delete C:HDial
delete S:HDial.Config
delete S:HDial.Phones
delete LIBS:Req.Library
echo "HyperDialer Removal Complete."
ELSE
echo "HyperDialer Removal Aborted."
ENDIF